mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-25 13:02:07 +02:00
Initial commit: Accounting packages
This commit is contained in:
commit
4ef34c2317
2661 changed files with 1709616 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="stock_inventory_request_count_form_view_inherit_stock_account" model="ir.ui.view">
|
||||
<field name="name">stock.request.count.form.view.inherit.stock.account</field>
|
||||
<field name="model">stock.request.count</field>
|
||||
<field name="inherit_id" ref="stock.stock_inventory_request_count_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="user_id" position="after">
|
||||
<field name="accounting_date"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue