Merge lp:~serpentcs/openobject-addons/l10n_fi_fix into lp:~openerp-community/openobject-addons/l10n_fi

Proposed by Serpent Consulting Services
Status: Needs review
Proposed branch: lp:~serpentcs/openobject-addons/l10n_fi_fix
Merge into: lp:~openerp-community/openobject-addons/l10n_fi
Diff against target: 25 lines (+2/-2)
2 files modified
__openerp__.py (+1/-1)
l10n_fi_taxes.xml (+1/-1)
To merge this branch: bzr merge lp:~serpentcs/openobject-addons/l10n_fi_fix
Reviewer Review Type Date Requested Status
OpenERP Community (OBSOLETE) Pending
Review via email: mp+186721@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Numérigraphe (numerigraphe) wrote :

I think you shouldn't add the execute bit for those files.
1 === modified file '__init__.py' (properties changed: -x to +x)
2 === modified file '__openerp__.py' (properties changed: -x to +x)
Lionel Sausin.

Revision history for this message
Serpent Consulting Services (serpent-consulting-services) wrote :

Actually, If I dont add, my files do not get executed!
Guide me.

Revision history for this message
Numérigraphe (numerigraphe) wrote :

Well your files are not executed anyway. They're loaded by the openerp framework, not by the OS.
No big deal but it "feels" unsecured.
Lionel.

Unmerged revisions

2. By Serpent Consulting Services

[IMP] l1on_fi : Assigned the right account for income category

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '__init__.py' (properties changed: -x to +x)
2=== modified file '__openerp__.py' (properties changed: -x to +x)
3--- __openerp__.py 2011-05-30 09:09:50 +0000
4+++ __openerp__.py 2013-09-20 08:46:46 +0000
5@@ -23,7 +23,7 @@
6 "description": """
7 Finnish accounting: chart of accounts and taxes
8
9- This chart of account is highly infulenced by examples from http://www.tilit.info
10+ This chart of account is highly influenced by examples from http://www.tilit.info
11 Finnish regulations for accounting can be found from http://www.finlex.fi/fi/laki/ajantasa/1997/19971339
12 """,
13 "author": "Tietokeskus",
14
15=== modified file 'account.py' (properties changed: -x to +x)
16=== modified file 'l10n_fi_taxes.xml'
17--- l10n_fi_taxes.xml 2011-05-30 09:09:50 +0000
18+++ l10n_fi_taxes.xml 2013-09-20 08:46:46 +0000
19@@ -10,7 +10,7 @@
20 <field name="property_account_receivable" ref="chart1550"/>
21 <field name="property_account_payable" ref="chart2550"/>
22 <field name="property_account_expense_categ" ref="chart4210"/>
23- <field name="property_account_income_categ" ref="chart2923"/>
24+ <field name="property_account_income_categ" ref="chart3100"/>
25 </record>
26
27

Subscribers

People subscribed via source and target branches