mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-23 00:42:01 +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,12 @@
|
|||
<odoo>
|
||||
<record id="account_journal_dashboard_kanban_view_js" model="ir.ui.view">
|
||||
<field name="name">account.journal.dashboard.kanban.js</field>
|
||||
<field name="model">account.journal</field>
|
||||
<field name="inherit_id" ref="account.account_journal_dashboard_kanban_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//kanban" position="attributes">
|
||||
<attribute name="js_class">account_setup_bar</attribute>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue