koi-accounting-modules-maintainer team mailing list archive
-
koi-accounting-modules-maintainer team
-
Mailing list archive
-
Message #00000
[Merge] lp:~koi-accounting-modules-maintainer/koi-accounting-modules/7.0-simplifikasi-form-journal-entry into lp:koi-accounting-modules
Andhitia Rama has proposed merging lp:~koi-accounting-modules-maintainer/koi-accounting-modules/7.0-simplifikasi-form-journal-entry into lp:koi-accounting-modules.
Requested reviews:
KOI Accounting Modules Maintainer (koi-accounting-modules-maintainer)
For more details, see:
https://code.launchpad.net/~koi-accounting-modules-maintainer/koi-accounting-modules/7.0-simplifikasi-form-journal-entry/+merge/236981
--
https://code.launchpad.net/~koi-accounting-modules-maintainer/koi-accounting-modules/7.0-simplifikasi-form-journal-entry/+merge/236981
Your team KOI Accounting Modules Maintainer is requested to review the proposed merge of lp:~koi-accounting-modules-maintainer/koi-accounting-modules/7.0-simplifikasi-form-journal-entry into lp:koi-accounting-modules.
=== modified file 'ar_account/view/view_AccountMove.xml'
--- ar_account/view/view_AccountMove.xml 2014-05-24 09:01:00 +0000
+++ ar_account/view/view_AccountMove.xml 2014-10-03 00:33:52 +0000
@@ -14,6 +14,81 @@
<field name="message_ids" widget="mail_thread"/>
</div>
</sheet>
+
+ <xpath expr="/form[@string='Account Entry']/sheet[@string='Journal Entries']/notebook/page[@string='Journal Items']/field[@name='line_id']/tree[@string='Journal Items']" position="replace">
+ <tree string="Journal Items">
+ <field name="name"/>
+ <field name="partner_id"/>
+ <field name="account_id"/>
+ <field name="debit"/>
+ <field name="credit"/>
+ <field name="currency_id"/>
+ <field name="analytic_account_id"/>
+ <field name="amount_currency"/>
+ <field name="state"/>
+ </tree>
+ </xpath>
+
+ <xpath expr="/form[@string='Account Entry']/sheet[@string='Journal Entries']/notebook/page[@string='Journal Items']/field[@name='line_id']/form[@string='Journal Item']" position="replace">
+ <form string="Journal Item" version="7.0">
+ <notebook invisible="1">
+ <page string="Invisible">
+ <group>
+ <group>
+ <field name="analytic_account_id"/>
+ <!-- <field name="move_id"/> -->
+ <field name="journal_id"/>
+ <field name="period_id"/>
+ <field name="narration"/>
+ <field name="ref"/>
+ </group>
+ </group>
+ </page>
+ </notebook>
+ <header>
+ <field name="state" widget="statusbar"/>
+ </header>
+ <sheet>
+ <label for="name"/>
+ <field name="name"/>
+ <label for="partner_id"/>
+ <field name="partner_id" domain="[('parent_id','=',False)]" options="{'create' : false, 'create_edit' : false, 'm2o_dialog' : false, 'no_open' : True}" on_change="onchange_partner_id(False,partner_id,account_id,debit,credit,date,journal_id,context)"/>
+ <group name="group_1" colspan="4" col="2">
+ <group name="group_1_1" colspan="1" col="2">
+ <field name="account_id" domain="[('company_id','=',parent.company_id),('type','!=','view'),('type','!=','consolidation')]"/>
+ <field name="debit"/>
+ <field name="credit"/>
+ </group>
+ <group name="group_1_2" colspan="1" col="2">
+ <field name="currency_id"/>
+ <field name="amount_currency"/>
+ </group>
+ <group name="group_1_3" colspan="1" col="2">
+ <field name="product_id" options="{'create' : false, 'create_edit' : false, 'no_open' : true}"/>
+ <field name="product_uom_id" options="{'create' : false, 'create_edit' : false, 'no_open' : true}"/>
+ <field name="quantity"/>
+ </group>
+ <group name="group_1_4" colspan="1" col="2">
+ <field name="amount_residual"/>
+ <field name="amount_residual_currency"/>
+ <field name="reconcile_id"/>
+ <field name="reconcile_partial_id"/>
+ <field name="reconcile"/>
+ </group>
+ <group name="group_1_5" colspan="1" col="2">
+ <field name="date"/>
+ <field name="date_maturity"/>
+ <field name="date_created"/>
+ </group>
+ <group name="group_1_6" colspan="1" col="2">
+ <field name="account_tax_id" domain="[('parent_id','=',False)]"/>
+ <field name="tax_code_id"/>
+ <field name="tax_amount"/>
+ </group>
+ </group>
+ </sheet>
+ </form>
+ </xpath>
</data>
</field>
</record>
Follow ups