mirror of
https://github.com/bringout/oca-payment.git
synced 2026-04-24 18:42:00 +02:00
Restructure: move packages from packages/ subdirectory to root
Flattened directory structure by moving payment packages from redundant packages/ subdirectory to the root level of oca-payment repository. Changes: - Moved odoo-bringout-oca-payment-* from packages/ to root - Updated CLAUDE.md to reflect new flat structure - Removed redundant packages/ directory 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
99c650f4f5
commit
7f7e88ab3d
202 changed files with 1 additions and 1 deletions
|
|
@ -0,0 +1,47 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo noupdate="1">
|
||||
<record
|
||||
id="account_payment_mode.payment_mode_outbound_dd1"
|
||||
model="account.payment.mode"
|
||||
>
|
||||
<field name="payment_order_ok" eval="False" />
|
||||
</record>
|
||||
<record
|
||||
id="account_payment_mode.payment_mode_outbound_dd2"
|
||||
model="account.payment.mode"
|
||||
>
|
||||
<field name="payment_order_ok" eval="False" />
|
||||
</record>
|
||||
<record
|
||||
id="account_payment_mode.payment_mode_inbound_ct1"
|
||||
model="account.payment.mode"
|
||||
>
|
||||
<field name="payment_order_ok" eval="False" />
|
||||
</record>
|
||||
<record
|
||||
id="account_payment_mode.payment_mode_inbound_ct2"
|
||||
model="account.payment.mode"
|
||||
>
|
||||
<field name="payment_order_ok" eval="False" />
|
||||
</record>
|
||||
<record
|
||||
id="account_payment_mode.payment_mode_outbound_ct1"
|
||||
model="account.payment.mode"
|
||||
>
|
||||
<!-- Credit Transfer to Suppliers -->
|
||||
<field
|
||||
name="default_journal_ids"
|
||||
search="[('type', 'in', ('purchase', 'purchase_refund'))]"
|
||||
/>
|
||||
</record>
|
||||
<record
|
||||
id="account_payment_mode.payment_mode_inbound_dd1"
|
||||
model="account.payment.mode"
|
||||
>
|
||||
<!-- Direct Debit of customers -->
|
||||
<field
|
||||
name="default_journal_ids"
|
||||
search="[('type', 'in', ('sale', 'sale_refund'))]"
|
||||
/>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue