mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-27 09:22:06 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="view_production_lot_form_stock_account" model="ir.ui.view">
|
||||
<field name="name">view.production.lot.form.stock.account</field>
|
||||
<field name="model">stock.lot</field>
|
||||
<field name="inherit_id" ref="stock.view_production_lot_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<group name="inventory_group" position="inside">
|
||||
<field name="company_currency_id" invisible="1"/>
|
||||
<field name="total_value" widget="monetary" invisible="not lot_valuated"
|
||||
options="{'currency_field': 'company_currency_id'}"/>
|
||||
<field name="avg_cost" widget="monetary" invisible="not lot_valuated"
|
||||
options="{'currency_field': 'company_currency_id'}"/>
|
||||
<field name="standard_price" widget="monetary" invisible="not lot_valuated"
|
||||
options="{'currency_field': 'company_currency_id'}"/>
|
||||
</group>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue