Merge lp:~marceloalmeida/openerp-pt/6.0 into lp:~tkodev/openerp-pt/6.0

Proposed by Marcelo Almeida
Status: Needs review
Proposed branch: lp:~marceloalmeida/openerp-pt/6.0
Merge into: lp:~tkodev/openerp-pt/6.0
Diff against target: 19 lines (+2/-0)
1 file modified
account_chart.xml (+2/-0)
To merge this branch: bzr merge lp:~marceloalmeida/openerp-pt/6.0
Reviewer Review Type Date Requested Status
Marcelo Almeida (community) Approve
ThinkOpen Solutions Approve
Review via email: mp+105836@code.launchpad.net

Description of the change

adds to accounts 221100 - Fornecedores gerais and 211100 - Clientes gerais the variable "reconcile" = True

To post a comment you must log in.
Revision history for this message
ThinkOpen Solutions (tkodev) wrote :

Ok obrigado, pela contribuição.

review: Approve
Revision history for this message
Marcelo Almeida (marceloalmeida) :
review: Approve

Unmerged revisions

37. By Marcelo Almeida

adds the variable reconcile = TRUE in the accounts 221100 - Fornecedores gerais and 211100 - Clientes gerais

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_chart.xml'
2--- account_chart.xml 2012-04-19 18:32:34 +0000
3+++ account_chart.xml 2012-05-15 15:04:26 +0000
4@@ -151,6 +151,7 @@
5 <field ref="chart_211" name="parent_id" />
6 <field name="type">receivable</field>
7 <field name="user_type" ref="user_type_receivable" />
8+ <field name="reconcile" eval="True"/>
9 </record>
10
11 <record id="chart_2112" model="account.account.template">
12@@ -287,6 +288,7 @@
13 <field ref="chart_221" name="parent_id" />
14 <field name="type">payable</field>
15 <field name="user_type" ref="user_type_payable" />
16+ <field name="reconcile" eval="True"/>
17 </record>
18
19 <record id="chart_2212" model="account.account.template">

Subscribers

People subscribed via source and target branches