6 changed files with 18 additions and 54 deletions
@ -0,0 +1,9 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8" ?> |
||||
|
<odoo> |
||||
|
<data> |
||||
|
<record id="decimal_precision_quantity" model="decimal.precision"> |
||||
|
<field name="name">Quantity</field> |
||||
|
<field name="digits">2</field> |
||||
|
</record> |
||||
|
</data> |
||||
|
</odoo> |
@ -1,11 +1,6 @@ |
|||||
|
## Module <manufacture_process_costing> |
||||
|
|
||||
#### 2.12.2023 |
#### 2.12.2023 |
||||
#### Version 16.0.1.0.0 |
#### Version 16.0.1.0.0 |
||||
#### ADD |
#### ADD |
||||
- Initial commit for Process Cost of Manufacturing Orders |
- Initial commit for Process Cost of Manufacturing Orders |
||||
|
|
||||
|
|
||||
#### 11.04.2024 |
|
||||
#### Version 16.0.1.0.1 |
|
||||
#### BUGFIX |
|
||||
- Added The costing of a manufacturing order if a manufacturing order is created through a sale order. |
|
Loading…
Reference in new issue