Browse Source

[MOV] move addons out of __unported__ (they remain not installable)

pull/127/head
Stéphane Bidoul 9 years ago
parent
commit
3b11a518d1
  1. 2
      README.md
  2. 0
      account_financial_report/__init__.py
  3. 0
      account_financial_report/__openerp__.py
  4. 0
      account_financial_report/i18n/es.po
  5. 0
      account_financial_report/i18n/es_MX.po
  6. 0
      account_financial_report/i18n/es_VE.po
  7. 0
      account_financial_report/model/__init__.py
  8. 0
      account_financial_report/model/account_financial_report.py
  9. 0
      account_financial_report/model/res_company.py
  10. 0
      account_financial_report/report/__init__.py
  11. 0
      account_financial_report/report/balance_full.rml
  12. 0
      account_financial_report/report/balance_full_13_cols.rml
  13. 0
      account_financial_report/report/balance_full_2_cols.rml
  14. 0
      account_financial_report/report/balance_full_4_cols.rml
  15. 0
      account_financial_report/report/balance_full_4_cols_analytic_ledger.rml
  16. 0
      account_financial_report/report/balance_full_4_cols_journal_ledger.rml
  17. 0
      account_financial_report/report/balance_full_4_cols_partner_balance.rml
  18. 0
      account_financial_report/report/balance_full_5_cols.rml
  19. 0
      account_financial_report/report/balance_full_qtr_cols.rml
  20. 0
      account_financial_report/report/parser.py
  21. 0
      account_financial_report/security/ir.model.access.csv
  22. 0
      account_financial_report/security/security.xml
  23. 0
      account_financial_report/view/account_financial_report_view.xml
  24. 0
      account_financial_report/view/company_view.xml
  25. 0
      account_financial_report/view/report.xml
  26. 0
      account_financial_report/view/wizard.xml
  27. 0
      account_financial_report/wizard/__init__.py
  28. 0
      account_financial_report/wizard/wizard.py

2
README.md

@ -33,6 +33,6 @@ Unported addons
---------------
addon | version | summary
--- | --- | ---
[account_financial_report](__unported__/account_financial_report/) | 2.0 (unported) | Common financial reports
[account_financial_report](account_financial_report/) | 2.0 (unported) | Common financial reports
[//]: # (end addons)

0
__unported__/account_financial_report/__init__.py → account_financial_report/__init__.py

0
__unported__/account_financial_report/__openerp__.py → account_financial_report/__openerp__.py

0
__unported__/account_financial_report/i18n/es.po → account_financial_report/i18n/es.po

0
__unported__/account_financial_report/i18n/es_MX.po → account_financial_report/i18n/es_MX.po

0
__unported__/account_financial_report/i18n/es_VE.po → account_financial_report/i18n/es_VE.po

0
__unported__/account_financial_report/model/__init__.py → account_financial_report/model/__init__.py

0
__unported__/account_financial_report/model/account_financial_report.py → account_financial_report/model/account_financial_report.py

0
__unported__/account_financial_report/model/res_company.py → account_financial_report/model/res_company.py

0
__unported__/account_financial_report/report/__init__.py → account_financial_report/report/__init__.py

0
__unported__/account_financial_report/report/balance_full.rml → account_financial_report/report/balance_full.rml

0
__unported__/account_financial_report/report/balance_full_13_cols.rml → account_financial_report/report/balance_full_13_cols.rml

0
__unported__/account_financial_report/report/balance_full_2_cols.rml → account_financial_report/report/balance_full_2_cols.rml

0
__unported__/account_financial_report/report/balance_full_4_cols.rml → account_financial_report/report/balance_full_4_cols.rml

0
__unported__/account_financial_report/report/balance_full_4_cols_analytic_ledger.rml → account_financial_report/report/balance_full_4_cols_analytic_ledger.rml

0
__unported__/account_financial_report/report/balance_full_4_cols_journal_ledger.rml → account_financial_report/report/balance_full_4_cols_journal_ledger.rml

0
__unported__/account_financial_report/report/balance_full_4_cols_partner_balance.rml → account_financial_report/report/balance_full_4_cols_partner_balance.rml

0
__unported__/account_financial_report/report/balance_full_5_cols.rml → account_financial_report/report/balance_full_5_cols.rml

0
__unported__/account_financial_report/report/balance_full_qtr_cols.rml → account_financial_report/report/balance_full_qtr_cols.rml

0
__unported__/account_financial_report/report/parser.py → account_financial_report/report/parser.py

0
__unported__/account_financial_report/security/ir.model.access.csv → account_financial_report/security/ir.model.access.csv

0
__unported__/account_financial_report/security/security.xml → account_financial_report/security/security.xml

0
__unported__/account_financial_report/view/account_financial_report_view.xml → account_financial_report/view/account_financial_report_view.xml

0
__unported__/account_financial_report/view/company_view.xml → account_financial_report/view/company_view.xml

0
__unported__/account_financial_report/view/report.xml → account_financial_report/view/report.xml

0
__unported__/account_financial_report/view/wizard.xml → account_financial_report/view/wizard.xml

0
__unported__/account_financial_report/wizard/__init__.py → account_financial_report/wizard/__init__.py

0
__unported__/account_financial_report/wizard/wizard.py → account_financial_report/wizard/wizard.py

Loading…
Cancel
Save