mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-23 14:12:01 +02:00
Initial commit: OCA Workflow Process packages (456 packages)
This commit is contained in:
commit
d366e42934
18799 changed files with 1284507 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id="view_purchase_order_form_inherit" model="ir.ui.view">
|
||||
<field name="name">view.purchase.order.inherit</field>
|
||||
<field name="model">purchase.order</field>
|
||||
<field name="inherit_id" ref="purchase.purchase_order_form" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//button[@name='button_cancel']" position="before">
|
||||
<button
|
||||
name="%(purchase_deposit.action_view_purchase_advance_payment_inv)d"
|
||||
states="purchase"
|
||||
type="action"
|
||||
string="Register Deposit"
|
||||
/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id="res_config_settings_view_form_purchase" model="ir.ui.view">
|
||||
<field name="name">res.config.settings.view.form.inherit.purchase</field>
|
||||
<field name="model">res.config.settings</field>
|
||||
<field name="priority" eval="25" />
|
||||
<field
|
||||
name="inherit_id"
|
||||
ref="purchase.res_config_settings_view_form_purchase"
|
||||
/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath
|
||||
expr="//field[@name='module_account_3way_match']/../.."
|
||||
position="after"
|
||||
>
|
||||
<div class="col-xs-12 col-md-6 o_setting_box">
|
||||
<div class="o_setting_left_pane" />
|
||||
<div class="o_setting_right_pane">
|
||||
<label
|
||||
for="purchase_deposit_product_id"
|
||||
string="Deposit Payments"
|
||||
/>
|
||||
<div class="text-muted">
|
||||
Product used for deposit payments
|
||||
</div>
|
||||
<div class="text-muted">
|
||||
<field name="purchase_deposit_product_id" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue