mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-26 05:01:59 +02:00
Initial commit: OCA Financial packages (186 packages)
This commit is contained in:
commit
3e0e8473fb
8757 changed files with 947473 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
<odoo>
|
||||
<record id="report_account_billing" model="ir.actions.report">
|
||||
<field name="name">Billing</field>
|
||||
<field name="model">account.billing</field>
|
||||
<field name="report_name">account_billing.report_billing</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_file">account_billing.report_billing</field>
|
||||
<field name="binding_model_id" ref="model_account_billing" />
|
||||
<field name="binding_type">report</field>
|
||||
<field
|
||||
name="print_report_name"
|
||||
>'BILL-%s%s' % (object.name, object.state == 'draft' and '-draft' or '')</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue