Initial commit: Accounting packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:47 +02:00
commit 4ef34c2317
2661 changed files with 1709616 additions and 0 deletions

View file

@ -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>