Skip to content

Commit 2f4d8e9

Browse files
committed
ADD 'license' to __openerp__.py
1 parent 3d28400 commit 2f4d8e9

File tree

185 files changed

+242
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+242
-56
lines changed

account_analytic_analysis_mods/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
""",
3434
'author': 'ADHOC SA',
3535
'website': 'www.adhoc.com.ar',
36+
'license': 'AGPL-3',
3637
'images': [
3738
],
3839
'depends': [

account_analytic_and_plans/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
""",
2828
"author": "ADHOC SA",
2929
"website": "www.adhoc.com.ar",
30+
'license': 'AGPL-3',
3031
"category": "Account",
3132
"depends": [
3233
'sale_analytic_plans', 'purchase_analytic_plans'

account_analytic_purchase_contract/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
""",
3333
'author': 'ADHOC SA',
3434
'website': 'www.adhoc.com.ar',
35+
'license': 'AGPL-3',
3536
'images': [
3637
],
3738
'depends': [

account_balance_constraint/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "8.0.1.0.0",
55
'author': 'ADHOC SA',
66
'website': 'www.adhoc.com.ar',
7+
'license': 'AGPL-3',
78
"category": "Accounting",
89
"description": """
910
Account Balance Constraint

account_check/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
========================
3030
""",
3131
'author': 'OpenERP Team de Localizacion Argentina',
32+
'license': 'AGPL-3',
3233
'images': [
3334
],
3435
'depends': [

account_clean_cancelled_invoice_number/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
""",
3434
'author': 'ADHOC SA',
3535
'website': 'www.adhoc.com.ar',
36+
'license': 'AGPL-3',
3637
'images': [
3738
],
3839
'depends': [

account_contract_project/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"version": "8.0.0.0.0",
2424
'author': 'ADHOC SA',
2525
'website': 'www.adhoc.com.ar',
26+
'license': 'AGPL-3',
2627
"category": "Accounting",
2728
"description": """
2829
Account Contract Project

account_interests/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
""",
3232
'author': 'ADHOC SA',
3333
'website': 'www.adhoc.com.ar',
34+
'license': 'AGPL-3',
3435
'images': [
3536
],
3637
'depends': [

account_invoice_auto_pay/__openerp__.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# -*- coding: utf-8 -*-
22
{'active': False,
3-
'author': 'Ingenieria ADHOC',
4-
'website': 'www.ingadhoc.com',
3+
'author': 'ADHOC SA',
4+
'website': 'www.adhoc.com.ar',
5+
'license': 'AGPL-3',
56
'category': 'Accounting & Finance',
67
'data': [
78
'account_invoice_view.xml',

account_invoice_commercial/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
""",
3333
'author': 'ADHOC SA',
3434
'website': 'www.adhoc.com.ar',
35+
'license': 'AGPL-3',
3536
'images': [
3637
],
3738
'depends': [

account_invoice_company_search/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"version": "8.0.1.0.0",
2424
'author': 'ADHOC SA',
2525
'website': 'www.adhoc.com.ar',
26+
'license': 'AGPL-3',
2627
"category": "Accounting",
2728
"description": """
2829
Account Invioce Company Search

account_invoice_direct_payment/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{'active': False,
33
'author': 'ADHOC SA',
44
'website': 'www.adhoc.com.ar',
5+
'license': 'AGPL-3',
56
'category': 'Accounting & Finance',
67
'data': [
78
'views/account_journal_view.xml',

account_invoice_journal_filter/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
""",
3232
'author': 'ADHOC SA',
3333
'website': 'www.adhoc.com.ar',
34+
'license': 'AGPL-3',
3435
'images': [
3536
],
3637
'depends': [

account_invoice_pricelist_discount/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'category': 'Account',
2929
'author': 'ADHOC SA',
3030
'website': 'www.adhoc.com.ar',
31+
'license': 'AGPL-3',
3132
'depends': [
3233
'account',
3334
],

account_invoice_prices_update/__openerp__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
'views/invoice_view.xml',
3737
],
3838
'version': '8.0.0.0.0',
39-
'website': 'www.adhoc.com.ar'}
39+
'website': 'www.adhoc.com.ar',
40+
'license': 'AGPL-3'}
4041
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

account_invoice_report_partner_categ/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
""",
3131
'author': 'ADHOC SA',
3232
'website': 'www.adhoc.com.ar',
33+
'license': 'AGPL-3',
3334
'images': [
3435
],
3536
'depends': [

account_invoice_tax_wizard/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{
2222
'author': 'ADHOC SA',
2323
'website': 'www.adhoc.com.ar',
24+
'license': 'AGPL-3',
2425
'category': 'Accounting & Finance',
2526
'data': [
2627
'wizard/account_invoice_tax_wizard_view.xml',

account_journal_active/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"version": "8.0.1.2.0",
2424
'author': 'ADHOC SA',
2525
'website': 'www.adhoc.com.ar',
26+
'license': 'AGPL-3',
2627
"category": "Accounting",
2728
"description": """
2829
Account Journal Active Field

account_journal_payment_subtype/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
""",
3434
'author': 'Eska Yazılım ve Danışmanlık A.Ş.',
3535
'website': 'http://www.eskayazilim.com.tr',
36+
'license': 'AGPL-3',
3637
'depends': ['account_voucher'],
3738
'data': ['views/account_journal_payment_subtype_view.xml'],
3839
'installable': True,

account_journal_security/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
""",
3434
'author': 'ADHOC SA',
3535
'website': 'www.adhoc.com.ar',
36+
'license': 'AGPL-3',
3637
'images': [
3738
],
3839
'depends': [

account_journal_sequence/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"version": "8.0.1.0.0",
2424
'author': 'ADHOC SA',
2525
'website': 'www.adhoc.com.ar',
26+
'license': 'AGPL-3',
2627
"category": "Accounting",
2728
"description": """
2829
Account Journal Sequence

account_move_analytic/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
""",
3131
'author': 'ADHOC SA',
3232
'website': 'www.adhoc.com.ar',
33+
'license': 'AGPL-3',
3334
'images': [
3435
],
3536
'depends': [

account_move_line_no_filter/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
""",
3232
'author': 'ADHOC SA',
3333
'website': 'www.adhoc.com.ar',
34+
'license': 'AGPL-3',
3435
'images': [
3536
],
3637
'depends': [

account_move_voucher/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{'active': False,
33
'author': 'ADHOC SA',
44
'website': 'www.adhoc.com.ar',
5+
'license': 'AGPL-3',
56
'category': 'Accounting & Finance',
67
'data': [
78
'views/account_move_view.xml',

account_multic_fix/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{
2222
'author': 'ADHOC SA',
2323
'website': 'www.adhoc.com.ar',
24+
'license': 'AGPL-3',
2425
'category': 'Accounting & Finance',
2526
'data': [
2627
'security/rule.xml',

account_onchange_fix/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{ 'active': False,
2222
'author': 'ADHOC SA',
2323
'website': 'www.adhoc.com.ar',
24+
'license': 'AGPL-3',
2425
'category': 'Accounting & Finance',
2526
'data': [
2627
],

account_partner_account_summary/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'category': 'Aeroo Reporting',
2626
'author': 'ADHOC SA',
2727
'website': 'www.adhoc.com.ar',
28+
'license': 'AGPL-3',
2829
'depends': [
2930
'account',
3031
'report_aeroo',
Binary file not shown.

account_partner_account_summary/report/account_summary_parser.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ def get_move_accumulated_balance(self, move, partner, context=None):
175175
for it_move in moves:
176176
accumulated_balance += self.get_move_debit(
177177
it_move) - self.get_move_credit(it_move)
178+
# print 'get_move_credit', self.get_move_credit(it_move)
179+
# print 'accumulated_balance', accumulated_balance
178180
if it_move == move:
179181
break
180182
return accumulated_balance
@@ -198,7 +200,7 @@ def get_move_lines_to_show(self, move):
198200
return lines
199201

200202
def get_move_line_name(self, line):
201-
return line.name
203+
return line.display_name
202204

203205
def get_move_line_debit_to_print(self, line):
204206
if line.debit == 0.0:
@@ -333,17 +335,17 @@ def get_initial_debit(self, partner, context=None):
333335
return res[0][0]
334336

335337
def get_initial_balance(self, partner, context=None):
336-
return self.get_initial_debit(partner, context) - self.get_initial_credit(partner, context)
338+
return self.get_initial_debit(partner) - self.get_initial_credit(partner)
337339

338340
def get_initial_credit_to_print(self, partner, context=None):
339-
initial_credit = self.get_initial_credit(partner, context)
341+
initial_credit = self.get_initial_credit(partner)
340342
if not initial_credit:
341343
return 0
342344
else:
343345
return initial_credit
344346

345347
def get_initial_debit_to_print(self, partner, context=None):
346-
initial_debit = self.get_initial_debit(partner, context)
348+
initial_debit = self.get_initial_debit(partner)
347349
if not initial_debit:
348350
return 0
349351
else:

account_partner_balance/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
""",
3333
'author': 'ADHOC SA',
3434
'website': 'www.adhoc.com.ar',
35+
'license': 'AGPL-3',
3536
'images': [
3637
],
3738
'depends': [

account_reconciliation_menu/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
""",
3333
'author': 'ADHOC SA',
3434
'website': 'www.adhoc.com.ar',
35+
'license': 'AGPL-3',
3536
'images': [
3637
],
3738
'depends': [

account_refund_invoice_fix/__openerp__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
'account_invoice_refund_view.xml'
3737
],
3838
'version': '8.0.0.0.0',
39-
'website': 'www.adhoc.com.ar'}
39+
'website': 'www.adhoc.com.ar',
40+
'license': 'AGPL-3'}
4041
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

account_sale_different_currency/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
""",
3737
'author': 'ADHOC SA',
3838
'website': 'www.adhoc.com.ar',
39+
'license': 'AGPL-3',
3940
'depends': [
4041
'sale',
4142
],

account_security_modifications/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
""",
1515
"author": "ADHOC SA",
1616
"website": "www.adhoc.com.ar",
17+
'license': 'AGPL-3',
1718
"category": "Financial",
1819
"depends": [
1920
"account_voucher",

account_statement_aeroo_report/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
""",
3131
'author': 'ADHOC SA',
3232
'website': 'www.adhoc.com.ar',
33+
'license': 'AGPL-3',
3334
'images': [
3435
],
3536
'depends': [

account_statement_disable_invoice_import/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
""",
3333
'author': 'ADHOC SA',
3434
'website': 'www.adhoc.com.ar',
35+
'license': 'AGPL-3',
3536
'images': [
3637
],
3738
'depends': [

account_statement_move_import/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
""",
3232
'author': 'ADHOC SA',
3333
'website': 'www.adhoc.com.ar',
34+
'license': 'AGPL-3',
3435
'images': [
3536
],
3637
'depends': [

account_tax_settlement/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
""",
1313
'author': 'ADHOC SA',
1414
'website': 'www.adhoc.com.ar',
15+
'license': 'AGPL-3',
1516
'images': [
1617
],
1718
'depends': [

account_tax_settlement_withholding/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
""",
1212
'author': 'ADHOC SA',
1313
'website': 'www.adhoc.com.ar',
14+
'license': 'AGPL-3',
1415
'images': [
1516
],
1617
'depends': [

account_voucher_account_fix/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{
2222
'author': 'ADHOC SA',
2323
'website': 'www.adhoc.com.ar',
24+
'license': 'AGPL-3',
2425
'category': 'Accounting & Finance',
2526
'data': [
2627
],

account_voucher_contact/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{
2222
'author': 'ADHOC SA',
2323
'website': 'www.adhoc.com.ar',
24+
'license': 'AGPL-3',
2425
'category': 'Accounting & Finance',
2526
'data': [
2627
'voucher_view.xml',

account_voucher_double_validation/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{'active': False,
33
'author': 'Ingenieria ADHOC',
44
'website': 'www.ingadhoc.com',
5+
'license': 'AGPL-3',
56
'category': 'Accounting & Finance',
67
'data': [
78
'workflow/account_voucher_workflow.xml',

account_voucher_fix/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{
2222
'author': 'ADHOC SA',
2323
'website': 'www.adhoc.com.ar',
24+
'license': 'AGPL-3',
2425
'category': 'Accounting & Finance',
2526
'data': [
2627
],

account_voucher_multic_fix/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{
2222
'author': 'ADHOC SA',
2323
'website': 'www.adhoc.com.ar',
24+
'license': 'AGPL-3',
2425
'category': 'Accounting & Finance',
2526
'data': [
2627
'account_voucher_view.xml',

account_voucher_payline/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{'active': False,
33
'author': 'ADHOC SA',
44
'website': 'www.adhoc.com.ar',
5+
'license': 'AGPL-3',
56
'category': 'Accounting & Finance',
67
'data': [
78
'views/account_voucher_view.xml',

account_voucher_popup_print/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{'active': False,
33
'author': 'ADHOC SA',
44
'website': 'www.adhoc.com.ar',
5+
'license': 'AGPL-3',
56
'category': 'Accounting & Finance',
67
'data': [
78
'account_voucher_view.xml',

0 commit comments

Comments
 (0)