Skip to content

Commit 6d0c7c6

Browse files
[REF] stock_valuation_fifo_lot: move landed cost to new bridge module stock_valuation_fifo_lot_mrp_landed_cost
1 parent 02da8a5 commit 6d0c7c6

File tree

12 files changed

+571
-2
lines changed

12 files changed

+571
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../stock_valuation_fifo_lot_mrp_landed_cost
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

stock_valuation_fifo_lot/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "AGPL-3",
1111
"author": "Ecosoft, Quartile, Odoo Community Association (OCA)",
1212
"website": "https://github.com/OCA/stock-logistics-workflow",
13-
"depends": ["stock_account", "mrp_landed_costs"],
13+
"depends": ["stock_account"],
1414
"data": [
1515
"views/res_config_settings_views.xml",
1616
"views/stock_move_line_views.xml",

stock_valuation_fifo_lot/models/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
from . import stock_move
88
from . import stock_move_line
99
from . import stock_valuation_layer
10-
from . import stock_landed_cost
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
========================================
2+
Stock Valuation Fifo Lot MRP Landed Cost
3+
========================================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:21ea12a0400da8515046cc3fa647d54482ff123046d5f5e8ae0e90b89058f0b9
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Alpha
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github
20+
:target: https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_valuation_fifo_lot_mrp_landed_cost
21+
:alt: OCA/stock-logistics-workflow
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_valuation_fifo_lot_mrp_landed_cost
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=16.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module propagates the lot_producing_id of mrp_production_ids to the SVL when adding the landed cost for these MOs.
32+
33+
.. IMPORTANT::
34+
This is an alpha version, the data model and design can change at any time without warning.
35+
Only for development or testing purpose, do not use in production.
36+
`More details on development status <https://odoo-community.org/page/development-status>`_
37+
38+
**Table of contents**
39+
40+
.. contents::
41+
:local:
42+
43+
Bug Tracker
44+
===========
45+
46+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/issues>`_.
47+
In case of trouble, please check there if your issue has already been reported.
48+
If you spotted it first, help us to smash it by providing a detailed and welcomed
49+
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_valuation_fifo_lot_mrp_landed_cost%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
50+
51+
Do not contact contributors directly about support or help with technical issues.
52+
53+
Credits
54+
=======
55+
56+
Authors
57+
~~~~~~~
58+
59+
* Ecosoft
60+
61+
Contributors
62+
~~~~~~~~~~~~
63+
64+
* `Ecosoft <http://ecosoft.co.th>`__:
65+
66+
* Tharathip Chaweewongphan <[email protected]>
67+
* Saran Limpajitkutaporn <[email protected]>
68+
* Pimolnat Suntian <[email protected]>
69+
70+
* `Quartile <https://www.quartile.co>`__:
71+
72+
* Aung Ko Ko Lin
73+
74+
75+
Maintainers
76+
~~~~~~~~~~~
77+
78+
This module is maintained by the OCA.
79+
80+
.. image:: https://odoo-community.org/logo.png
81+
:alt: Odoo Community Association
82+
:target: https://odoo-community.org
83+
84+
OCA, or the Odoo Community Association, is a nonprofit organization whose
85+
mission is to support the collaborative development of Odoo features and
86+
promote its widespread use.
87+
88+
.. |maintainer-newtratip| image:: https://github.com/newtratip.png?size=40px
89+
:target: https://github.com/newtratip
90+
:alt: newtratip
91+
92+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
93+
94+
|maintainer-newtratip|
95+
96+
This module is part of the `OCA/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_valuation_fifo_lot_mrp_landed_cost>`_ project on GitHub.
97+
98+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2023 Ecosoft Co., Ltd (https://ecosoft.co.th)
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
3+
4+
{
5+
"name": "Stock Valuation Fifo Lot MRP Landed Cost",
6+
"version": "16.0.1.0.0",
7+
"category": "Warehouse Management",
8+
"development_status": "Alpha",
9+
"license": "AGPL-3",
10+
"author": "Ecosoft, Odoo Community Association (OCA)",
11+
"website": "https://github.com/OCA/stock-logistics-workflow",
12+
"depends": ["stock_valuation_fifo_lot", "mrp_landed_costs"],
13+
"installable": True,
14+
"maintainers": ["newtratip"],
15+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import stock_landed_cost
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
* `Ecosoft <http://ecosoft.co.th>`__:
2+
3+
* Tharathip Chaweewongphan <[email protected]>
4+
* Saran Limpajitkutaporn <[email protected]>
5+
* Pimolnat Suntian <[email protected]>
6+
7+
* `Quartile <https://www.quartile.co>`__:
8+
9+
* Aung Ko Ko Lin
10+

0 commit comments

Comments
 (0)