odoo-addon-l10n-ro-stock-price-difference 15.0.5.2.1__py3-none-any.whl → 16.0.5.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/l10n_ro_stock_price_difference/README.rst +5 -5
- odoo/addons/l10n_ro_stock_price_difference/__manifest__.py +2 -2
- odoo/addons/l10n_ro_stock_price_difference/i18n/l10n_ro_stock_price_difference.pot +2 -1
- odoo/addons/l10n_ro_stock_price_difference/models/account_move.py +2 -2
- odoo/addons/l10n_ro_stock_price_difference/models/account_move_line.py +17 -3
- odoo/addons/l10n_ro_stock_price_difference/models/stock_landed_cost.py +11 -0
- odoo/addons/l10n_ro_stock_price_difference/static/description/icon.png +0 -0
- odoo/addons/l10n_ro_stock_price_difference/static/description/index.html +3 -3
- odoo/addons/l10n_ro_stock_price_difference/tests/test_purchase.py +1 -1
- odoo/addons/l10n_ro_stock_price_difference/wizard/price_difference_confirmation.xml +7 -3
- {odoo_addon_l10n_ro_stock_price_difference-15.0.5.2.1.dist-info → odoo_addon_l10n_ro_stock_price_difference-16.0.5.3.0.dist-info}/METADATA +10 -10
- {odoo_addon_l10n_ro_stock_price_difference-15.0.5.2.1.dist-info → odoo_addon_l10n_ro_stock_price_difference-16.0.5.3.0.dist-info}/RECORD +14 -14
- {odoo_addon_l10n_ro_stock_price_difference-15.0.5.2.1.dist-info → odoo_addon_l10n_ro_stock_price_difference-16.0.5.3.0.dist-info}/WHEEL +1 -1
- {odoo_addon_l10n_ro_stock_price_difference-15.0.5.2.1.dist-info → odoo_addon_l10n_ro_stock_price_difference-16.0.5.3.0.dist-info}/top_level.txt +0 -0
@@ -14,13 +14,13 @@ Romania - Stock Accounting Price Difference
|
|
14
14
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
15
15
|
:alt: License: AGPL-3
|
16
16
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--romania-lightgray.png?logo=github
|
17
|
-
:target: https://github.com/OCA/l10n-romania/tree/
|
17
|
+
:target: https://github.com/OCA/l10n-romania/tree/16.0/l10n_ro_stock_price_difference
|
18
18
|
:alt: OCA/l10n-romania
|
19
19
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
20
|
-
:target: https://translation.odoo-community.org/projects/l10n-romania-
|
20
|
+
:target: https://translation.odoo-community.org/projects/l10n-romania-16-0/l10n-romania-16-0-l10n_ro_stock_price_difference
|
21
21
|
:alt: Translate me on Weblate
|
22
22
|
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
23
|
-
:target: https://runbot.odoo-community.org/runbot/177/
|
23
|
+
:target: https://runbot.odoo-community.org/runbot/177/16.0
|
24
24
|
:alt: Try me on Runbot
|
25
25
|
|
26
26
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
@@ -38,7 +38,7 @@ Bug Tracker
|
|
38
38
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-romania/issues>`_.
|
39
39
|
In case of trouble, please check there if your issue has already been reported.
|
40
40
|
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
41
|
-
`feedback <https://github.com/OCA/l10n-romania/issues/new?body=module:%20l10n_ro_stock_price_difference%0Aversion:%
|
41
|
+
`feedback <https://github.com/OCA/l10n-romania/issues/new?body=module:%20l10n_ro_stock_price_difference%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
42
42
|
|
43
43
|
Do not contact contributors directly about support or help with technical issues.
|
44
44
|
|
@@ -94,6 +94,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
|
94
94
|
|
95
95
|
|maintainer-feketemihai| |maintainer-mcojocaru| |maintainer-dhongu|
|
96
96
|
|
97
|
-
This module is part of the `OCA/l10n-romania <https://github.com/OCA/l10n-romania/tree/
|
97
|
+
This module is part of the `OCA/l10n-romania <https://github.com/OCA/l10n-romania/tree/16.0/l10n_ro_stock_price_difference>`_ project on GitHub.
|
98
98
|
|
99
99
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -2,12 +2,12 @@
|
|
2
2
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
3
3
|
{
|
4
4
|
"name": "Romania - Stock Accounting Price Difference",
|
5
|
-
"version": "
|
5
|
+
"version": "16.0.5.3.0",
|
6
6
|
"category": "Localization",
|
7
7
|
"summary": "Romania - Stock Accounting Price Difference",
|
8
8
|
"author": "NextERP Romania," "Dorin Hongu," "Odoo Community Association (OCA)",
|
9
9
|
"website": "https://github.com/OCA/l10n-romania",
|
10
|
-
"depends": ["l10n_ro_stock_account_notice", "stock_landed_costs"],
|
10
|
+
"depends": ["l10n_ro_stock_account_notice", "stock_landed_costs", "purchase_stock"],
|
11
11
|
"license": "AGPL-3",
|
12
12
|
"data": [
|
13
13
|
"wizard/price_difference_confirmation.xml",
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#
|
5
5
|
msgid ""
|
6
6
|
msgstr ""
|
7
|
-
"Project-Id-Version: Odoo Server
|
7
|
+
"Project-Id-Version: Odoo Server 16.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
9
|
"Last-Translator: \n"
|
10
10
|
"Language-Team: \n"
|
@@ -24,6 +24,7 @@ msgid "Confirm"
|
|
24
24
|
msgstr ""
|
25
25
|
|
26
26
|
#. module: l10n_ro_stock_price_difference
|
27
|
+
#. odoo-python
|
27
28
|
#: code:addons/l10n_ro_stock_price_difference/models/account_move.py:0
|
28
29
|
#, python-format
|
29
30
|
msgid "Confirm Price Difference ?"
|
@@ -37,7 +37,7 @@ class AccountMove(models.Model):
|
|
37
37
|
for invoice in self:
|
38
38
|
if invoice.move_type in ["in_invoice", "in_refund"]:
|
39
39
|
invoice_lines = invoice.invoice_line_ids.filtered(
|
40
|
-
lambda l:
|
40
|
+
lambda l: l.display_type == "product" and l.purchase_line_id
|
41
41
|
)
|
42
42
|
for line in invoice_lines:
|
43
43
|
add_diff = invoice.company_id.l10n_ro_stock_acc_price_diff
|
@@ -118,7 +118,7 @@ class AccountMove(models.Model):
|
|
118
118
|
"in_refund",
|
119
119
|
]:
|
120
120
|
invoice_lines = invoice.invoice_line_ids.filtered(
|
121
|
-
lambda l:
|
121
|
+
lambda l: l.display_type == "product" and l.purchase_line_id
|
122
122
|
)
|
123
123
|
for line in invoice_lines:
|
124
124
|
add_diff = invoice.company_id.l10n_ro_stock_acc_price_diff
|
@@ -14,6 +14,18 @@ class AccountMoveLine(models.Model):
|
|
14
14
|
_name = "account.move.line"
|
15
15
|
_inherit = ["account.move.line", "l10n.ro.mixin"]
|
16
16
|
|
17
|
+
def _apply_price_difference(self):
|
18
|
+
l10n_ro_records = self.filtered("is_l10n_ro_record")
|
19
|
+
res = super(AccountMoveLine, self - l10n_ro_records)._apply_price_difference()
|
20
|
+
return res
|
21
|
+
|
22
|
+
def _generate_price_difference_vals(self, layers):
|
23
|
+
l10n_ro_records = self.filtered("is_l10n_ro_record")
|
24
|
+
svl_vals_list, aml_vals_list = super(
|
25
|
+
AccountMoveLine, self - l10n_ro_records
|
26
|
+
)._generate_price_difference_vals(layers)
|
27
|
+
return svl_vals_list, aml_vals_list
|
28
|
+
|
17
29
|
def l10n_ro_get_stock_valuation_difference(self):
|
18
30
|
"""Se obtine diferenta dintre evaloarea stocului si valoarea din factura"""
|
19
31
|
line = self
|
@@ -99,9 +111,11 @@ class AccountMoveLine(models.Model):
|
|
99
111
|
|
100
112
|
lc.stock_valuation_layer_ids.mapped("account_move_id")
|
101
113
|
|
102
|
-
lc.stock_valuation_layer_ids.filtered(
|
114
|
+
svl = lc.stock_valuation_layer_ids.filtered(
|
103
115
|
lambda svl: svl.value == lc.amount_total
|
104
|
-
)
|
116
|
+
)
|
117
|
+
|
118
|
+
svl.write(
|
105
119
|
{
|
106
120
|
"quantity": 0,
|
107
121
|
"remaining_qty": 0,
|
@@ -141,7 +155,7 @@ class AccountMoveLine(models.Model):
|
|
141
155
|
if not price_diff_product:
|
142
156
|
serv_acc = self.env["account.account"].search(
|
143
157
|
[
|
144
|
-
("
|
158
|
+
("account_type", "=", "expense"),
|
145
159
|
("company_id", "=", self.company_id.id),
|
146
160
|
],
|
147
161
|
limit=1,
|
@@ -17,3 +17,14 @@ class StockLandedCost(models.Model):
|
|
17
17
|
return super()._get_targeted_move_ids()
|
18
18
|
|
19
19
|
return self._context["l10n_ro_price_difference_move_ids"]
|
20
|
+
|
21
|
+
def _create_account_move_line(
|
22
|
+
self, move, credit_account_id, debit_account_id, qty_out, already_out_account_id
|
23
|
+
):
|
24
|
+
l10n_ro_records = move.filtered("is_l10n_ro_record")
|
25
|
+
if not l10n_ro_records and credit_account_id == debit_account_id:
|
26
|
+
return self.env["account.move.line"]
|
27
|
+
|
28
|
+
return super()._create_account_move_line(
|
29
|
+
move, credit_account_id, debit_account_id, qty_out, already_out_account_id
|
30
|
+
)
|
Binary file
|
@@ -367,7 +367,7 @@ ul.auto-toc {
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
368
368
|
!! changes will be overwritten. !!
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
370
|
-
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/l10n-romania/tree/
|
370
|
+
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/l10n-romania/tree/16.0/l10n_ro_stock_price_difference"><img alt="OCA/l10n-romania" src="https://img.shields.io/badge/github-OCA%2Fl10n--romania-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/l10n-romania-16-0/l10n-romania-16-0-l10n_ro_stock_price_difference"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/177/16.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
371
371
|
<p>The module is managing price diferences between invoices and receptions. It will create a landed cost with a “Price Difference” product available in the configuration.</p>
|
372
372
|
<p><strong>Table of contents</strong></p>
|
373
373
|
<div class="contents local topic" id="contents">
|
@@ -386,7 +386,7 @@ ul.auto-toc {
|
|
386
386
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-romania/issues">GitHub Issues</a>.
|
387
387
|
In case of trouble, please check there if your issue has already been reported.
|
388
388
|
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
389
|
-
<a class="reference external" href="https://github.com/OCA/l10n-romania/issues/new?body=module:%20l10n_ro_stock_price_difference%0Aversion:%
|
389
|
+
<a class="reference external" href="https://github.com/OCA/l10n-romania/issues/new?body=module:%20l10n_ro_stock_price_difference%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
390
390
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
391
391
|
</div>
|
392
392
|
<div class="section" id="credits">
|
@@ -422,7 +422,7 @@ mission is to support the collaborative development of Odoo features and
|
|
422
422
|
promote its widespread use.</p>
|
423
423
|
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
|
424
424
|
<p><a class="reference external" href="https://github.com/feketemihai"><img alt="feketemihai" src="https://github.com/feketemihai.png?size=40px" /></a> <a class="reference external" href="https://github.com/mcojocaru"><img alt="mcojocaru" src="https://github.com/mcojocaru.png?size=40px" /></a> <a class="reference external" href="https://github.com/dhongu"><img alt="dhongu" src="https://github.com/dhongu.png?size=40px" /></a></p>
|
425
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-romania/tree/
|
425
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-romania/tree/16.0/l10n_ro_stock_price_difference">OCA/l10n-romania</a> project on GitHub.</p>
|
426
426
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
427
427
|
</div>
|
428
428
|
</div>
|
@@ -26,7 +26,7 @@ class TestStockPurchase(TestStockCommonPriceDiff):
|
|
26
26
|
self.check_account_valuation(0, 0)
|
27
27
|
|
28
28
|
self.create_invoice(self.diff_p1, self.diff_p2)
|
29
|
-
# in
|
29
|
+
# in stoc e valoarea cu diferenta de pret inregistrata
|
30
30
|
self.check_stock_valuation(self.val_p1_f, self.val_p2_f)
|
31
31
|
|
32
32
|
# in contabilitate stocul are acceasi valoare
|
@@ -5,10 +5,14 @@
|
|
5
5
|
<field name="model">l10n_ro.price_difference_confirm_dialog</field>
|
6
6
|
<field name="arch" type="xml">
|
7
7
|
<form string="Price Difference Confirmation">
|
8
|
-
|
9
|
-
<
|
8
|
+
|
9
|
+
<div>
|
10
|
+
<p
|
10
11
|
>There are price differences between reception pickings and this bill !</p>
|
11
|
-
|
12
|
+
</div>
|
13
|
+
|
14
|
+
|
15
|
+
|
12
16
|
|
13
17
|
<field name="invoice_id" invisible="1" />
|
14
18
|
<field name="message" readonly="1" />
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-l10n-ro-stock-price-difference
|
3
|
-
Version:
|
3
|
+
Version: 16.0.5.3.0
|
4
4
|
Summary: Romania - Stock Accounting Price Difference
|
5
5
|
Home-page: https://github.com/OCA/l10n-romania
|
6
6
|
Author: NextERP Romania,Dorin Hongu,Odoo Community Association (OCA)
|
@@ -9,12 +9,12 @@ License: AGPL-3
|
|
9
9
|
Platform: UNKNOWN
|
10
10
|
Classifier: Programming Language :: Python
|
11
11
|
Classifier: Framework :: Odoo
|
12
|
-
Classifier: Framework :: Odoo ::
|
12
|
+
Classifier: Framework :: Odoo :: 16.0
|
13
13
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
14
14
|
Classifier: Development Status :: 6 - Mature
|
15
|
-
Requires-Python: >=3.
|
16
|
-
Requires-Dist: odoo-addon-l10n-ro-stock-account-notice (<
|
17
|
-
Requires-Dist: odoo (<
|
15
|
+
Requires-Python: >=3.10
|
16
|
+
Requires-Dist: odoo-addon-l10n-ro-stock-account-notice (<16.1dev,>=16.0dev)
|
17
|
+
Requires-Dist: odoo (<16.1dev,>=16.0a)
|
18
18
|
|
19
19
|
===========================================
|
20
20
|
Romania - Stock Accounting Price Difference
|
@@ -32,13 +32,13 @@ Romania - Stock Accounting Price Difference
|
|
32
32
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
33
33
|
:alt: License: AGPL-3
|
34
34
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--romania-lightgray.png?logo=github
|
35
|
-
:target: https://github.com/OCA/l10n-romania/tree/
|
35
|
+
:target: https://github.com/OCA/l10n-romania/tree/16.0/l10n_ro_stock_price_difference
|
36
36
|
:alt: OCA/l10n-romania
|
37
37
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
38
|
-
:target: https://translation.odoo-community.org/projects/l10n-romania-
|
38
|
+
:target: https://translation.odoo-community.org/projects/l10n-romania-16-0/l10n-romania-16-0-l10n_ro_stock_price_difference
|
39
39
|
:alt: Translate me on Weblate
|
40
40
|
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
41
|
-
:target: https://runbot.odoo-community.org/runbot/177/
|
41
|
+
:target: https://runbot.odoo-community.org/runbot/177/16.0
|
42
42
|
:alt: Try me on Runbot
|
43
43
|
|
44
44
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
@@ -56,7 +56,7 @@ Bug Tracker
|
|
56
56
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-romania/issues>`_.
|
57
57
|
In case of trouble, please check there if your issue has already been reported.
|
58
58
|
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
59
|
-
`feedback <https://github.com/OCA/l10n-romania/issues/new?body=module:%20l10n_ro_stock_price_difference%0Aversion:%
|
59
|
+
`feedback <https://github.com/OCA/l10n-romania/issues/new?body=module:%20l10n_ro_stock_price_difference%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
60
60
|
|
61
61
|
Do not contact contributors directly about support or help with technical issues.
|
62
62
|
|
@@ -112,7 +112,7 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
|
112
112
|
|
113
113
|
|maintainer-feketemihai| |maintainer-mcojocaru| |maintainer-dhongu|
|
114
114
|
|
115
|
-
This module is part of the `OCA/l10n-romania <https://github.com/OCA/l10n-romania/tree/
|
115
|
+
This module is part of the `OCA/l10n-romania <https://github.com/OCA/l10n-romania/tree/16.0/l10n_ro_stock_price_difference>`_ project on GitHub.
|
116
116
|
|
117
117
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
118
118
|
|
@@ -1,26 +1,26 @@
|
|
1
|
-
odoo/addons/l10n_ro_stock_price_difference/README.rst,sha256=
|
1
|
+
odoo/addons/l10n_ro_stock_price_difference/README.rst,sha256=cR0Xzs6Sfg_aSlPu6VKbWNxfv-wvAbom5t2oS4JO7wk,3727
|
2
2
|
odoo/addons/l10n_ro_stock_price_difference/__init__.py,sha256=R3l5zcM1DHY7iqr3kt92069kmImpPafRbNSzv6p_hBE,42
|
3
|
-
odoo/addons/l10n_ro_stock_price_difference/__manifest__.py,sha256=
|
4
|
-
odoo/addons/l10n_ro_stock_price_difference/i18n/l10n_ro_stock_price_difference.pot,sha256=
|
3
|
+
odoo/addons/l10n_ro_stock_price_difference/__manifest__.py,sha256=HSPDkXflmdiOuCLJs8D5hMptA8xaCNBmXwGiHvVzF2s,803
|
4
|
+
odoo/addons/l10n_ro_stock_price_difference/i18n/l10n_ro_stock_price_difference.pot,sha256=dzww4PogYSl4dTi7S02U5vw44bpO__TEQEUmN5-LqSQ,4474
|
5
5
|
odoo/addons/l10n_ro_stock_price_difference/models/__init__.py,sha256=IziDGW2M2uyUtaLJGSWQsaF6Zz4Qxrtvu9emLMLoEpI,91
|
6
|
-
odoo/addons/l10n_ro_stock_price_difference/models/account_move.py,sha256=
|
7
|
-
odoo/addons/l10n_ro_stock_price_difference/models/account_move_line.py,sha256=
|
8
|
-
odoo/addons/l10n_ro_stock_price_difference/models/stock_landed_cost.py,sha256=
|
6
|
+
odoo/addons/l10n_ro_stock_price_difference/models/account_move.py,sha256=0g1KRlsgBYZqGxadurMqyLlbO6k963WPNANbdQVS870,5534
|
7
|
+
odoo/addons/l10n_ro_stock_price_difference/models/account_move_line.py,sha256=NuVamdjnOsU3J3usx68u0ycpnisuidJof8h9kDqEuwA,6581
|
8
|
+
odoo/addons/l10n_ro_stock_price_difference/models/stock_landed_cost.py,sha256=MADLWl4nFsYk-1fyeJalCyA0C03OaO0nPAjxuOQz74w,1063
|
9
9
|
odoo/addons/l10n_ro_stock_price_difference/readme/CONTRIBUTORS.rst,sha256=imooaJThv-eiLh7K10cko5NoFQKfEbaU4OcGDn9WKqM,301
|
10
10
|
odoo/addons/l10n_ro_stock_price_difference/readme/DESCRIPTION.rst,sha256=WREtcKsSvyty_YnHiOsXvzuFkD1DzE3pH0vZOmgdjzE,168
|
11
11
|
odoo/addons/l10n_ro_stock_price_difference/security/ir.model.access.csv,sha256=xSJDzU5Q_jyD36fGip8JYUcMlwgV8IhfWzW4VkC-INA,234
|
12
|
-
odoo/addons/l10n_ro_stock_price_difference/static/description/icon.png,sha256=
|
13
|
-
odoo/addons/l10n_ro_stock_price_difference/static/description/index.html,sha256=
|
12
|
+
odoo/addons/l10n_ro_stock_price_difference/static/description/icon.png,sha256=4CdJJFOkYuQjQGn_jXFOHNUE5NGjg6NQRW1lpQ7j4o4,3173
|
13
|
+
odoo/addons/l10n_ro_stock_price_difference/static/description/index.html,sha256=1s_2yEoPOtzQoTkbv65GDo5fcZU0CqR7NaA4wgAInKI,13122
|
14
14
|
odoo/addons/l10n_ro_stock_price_difference/tests/__init__.py,sha256=PcHbRHAWEYgzNHB4jfqDxzRCYr22mPq6ZOI621w2seE,121
|
15
15
|
odoo/addons/l10n_ro_stock_price_difference/tests/common.py,sha256=Y-Sj9yqArm2n0pKqcIe4-d7YaJ7nMk4Hr8qLj3akpEc,1209
|
16
|
-
odoo/addons/l10n_ro_stock_price_difference/tests/test_purchase.py,sha256=
|
16
|
+
odoo/addons/l10n_ro_stock_price_difference/tests/test_purchase.py,sha256=48cjn4jHSJPrsWPuOIQnEdL4wErBQk1TuhFpGqGUBFI,8089
|
17
17
|
odoo/addons/l10n_ro_stock_price_difference/tests/test_purchase_dozen.py,sha256=PP4E101pnw0BQJShvWRVN-46FMd9aAU-iRyQPtS_rJ8,2426
|
18
18
|
odoo/addons/l10n_ro_stock_price_difference/tests/test_purchase_refund.py,sha256=EDOf9_bFf5foD3bt39OhkgfT_Mdf8C7AQgwUcfTL1Uk,2324
|
19
19
|
odoo/addons/l10n_ro_stock_price_difference/tests/test_sale.py,sha256=GKl253rDrndcPsjEOWx98QSRz1p5UDJlrZooZksVfAs,2061
|
20
20
|
odoo/addons/l10n_ro_stock_price_difference/wizard/__init__.py,sha256=c6_T4TE-Z_2FeKUsIDsq8aRC2I9ITMIJ-4WTt9Kz9og,44
|
21
21
|
odoo/addons/l10n_ro_stock_price_difference/wizard/price_difference_confirmation.py,sha256=SZOkpnaB1QIorkGXM4LImwPt8as7hR1wT9HNtoaXfUE,575
|
22
|
-
odoo/addons/l10n_ro_stock_price_difference/wizard/price_difference_confirmation.xml,sha256=
|
23
|
-
odoo_addon_l10n_ro_stock_price_difference-
|
24
|
-
odoo_addon_l10n_ro_stock_price_difference-
|
25
|
-
odoo_addon_l10n_ro_stock_price_difference-
|
26
|
-
odoo_addon_l10n_ro_stock_price_difference-
|
22
|
+
odoo/addons/l10n_ro_stock_price_difference/wizard/price_difference_confirmation.xml,sha256=fy3q_cN21Z0hygnM5dpLsTYKwDPIDB2gSDAJN_FL4eU,1046
|
23
|
+
odoo_addon_l10n_ro_stock_price_difference-16.0.5.3.0.dist-info/METADATA,sha256=llY-3jmnn__4_zmTn2LqJ8sCWV7DYwo9tyJB8UxLSyQ,4435
|
24
|
+
odoo_addon_l10n_ro_stock_price_difference-16.0.5.3.0.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
25
|
+
odoo_addon_l10n_ro_stock_price_difference-16.0.5.3.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
26
|
+
odoo_addon_l10n_ro_stock_price_difference-16.0.5.3.0.dist-info/RECORD,,
|