diff --git a/addons/account/__init__.py b/addons/account/__init__.py index 81a9f7972c2..9cbc57bbdc9 100644 --- a/addons/account/__init__.py +++ b/addons/account/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # @@ -15,7 +15,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index be02eb02c0b..8c3742d7f8d 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -349,6 +349,18 @@ {'type':'out_invoice'} + + + Panding Invoice + account.invoice + form + tree,form,calendar,graph + + {'type':'out_invoice'} + [('state','=','draft')] + + + tree @@ -360,7 +372,7 @@ - + Customer Invoices diff --git a/addons/account/account_menuitem.xml b/addons/account/account_menuitem.xml index 97cf55e4ff4..f1dda334830 100644 --- a/addons/account/account_menuitem.xml +++ b/addons/account/account_menuitem.xml @@ -3,16 +3,17 @@ - + - - + + + - diff --git a/addons/account/account_report.xml b/addons/account/account_report.xml index 83b186bddd1..9485185d500 100644 --- a/addons/account/account_report.xml +++ b/addons/account/account_report.xml @@ -28,8 +28,8 @@ + name="Taxes" + parent="account.menu_finance_generic_reporting" sequence="3"/> - + @@ -991,7 +991,7 @@ - + @@ -1111,7 +1111,7 @@ account.journal.period tree - + - + @@ -114,7 +114,7 @@ - + diff --git a/addons/account/project/project_view.xml b/addons/account/project/project_view.xml index b66baa75d0b..7ffb93fb73b 100644 --- a/addons/account/project/project_view.xml +++ b/addons/account/project/project_view.xml @@ -129,7 +129,7 @@ - + diff --git a/addons/account/report/account_tax_code.py b/addons/account/report/account_tax_code.py index 90e1a55e937..f406d884ec8 100644 --- a/addons/account/report/account_tax_code.py +++ b/addons/account/report/account_tax_code.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # @@ -16,7 +16,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -47,15 +47,15 @@ def _record_to_report_line(record): } class account_tax_code_report(rml_parse.rml_parse): - #_name = 'report.account.tax.code.entries' - + _name = 'report.account.tax.code.entries' + def __init__(self, cr, uid, name, context): super(account_tax_code_report, self).__init__(cr, uid, name, context=context) self.localcontext.update({ 'time': time, 'get_line':self.get_line, }) - + def get_line(self, obj): line_ids = self.pool.get('account.move.line').search(self.cr, self.uid, [('tax_code_id','=',obj.id)]) if not line_ids: return [] diff --git a/addons/account_budget/crossovered_budget_view.xml b/addons/account_budget/crossovered_budget_view.xml index a8d03be8aa4..86516f35bfa 100644 --- a/addons/account_budget/crossovered_budget_view.xml +++ b/addons/account_budget/crossovered_budget_view.xml @@ -7,7 +7,7 @@ account.budget.post tree - + Receipt Vouchers @@ -90,9 +90,9 @@ [('type','like','rec_voucher')] {'type':'rec_voucher'} - - + Cash Receipt account.voucher @@ -102,9 +102,9 @@ [('type','=','rec_voucher')] {'type':'rec_voucher'} - - + Bank Receipt account.voucher @@ -114,12 +114,12 @@ [('type','=','bank_rec_voucher')] {'type':'bank_rec_voucher'} - - + - - + + Payment Vouchers @@ -130,9 +130,9 @@ [('type','like','pay_voucher')] {'type':'pay_voucher'} - - + Payment Vouchers account.voucher @@ -142,9 +142,9 @@ [('type','=','pay_voucher')] {'type':'pay_voucher'} - - + Payment Vouchers account.voucher @@ -154,11 +154,11 @@ [('type','=','bank_pay_voucher')] {'type':'bank_pay_voucher'} - - + - + Other Vouchers @@ -167,9 +167,9 @@ tree,form - - + Contra Voucher account.voucher @@ -179,9 +179,9 @@ [('type','=','cont_voucher')] {'type':'cont_voucher'} - - + Journal Sale Voucher account.voucher @@ -191,9 +191,9 @@ [('type','=','journal_sale_vou')] {'type':'journal_sale_vou'} - - + Journal Purchase Voucher account.voucher @@ -203,9 +203,9 @@ [('type','=','journal_pur_voucher')] {'type':'journal_pur_voucher'} - - + Journal Voucher account.voucher @@ -215,8 +215,8 @@ [('type','=','journal_voucher')] {'type':'journal_voucher'} - diff --git a/addons/base_contact/__terp__.py b/addons/base_contact/__terp__.py index 069c46823ad..60c8d5f8fc3 100644 --- a/addons/base_contact/__terp__.py +++ b/addons/base_contact/__terp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # @@ -15,7 +15,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -40,7 +40,7 @@ """, 'author': 'Tiny', 'website': 'http://www.openerp.com', - 'depends': ['base', 'process'], + 'depends': ['base','process','sale'], 'init_xml': [], 'update_xml': [ 'security/ir.model.access.csv', diff --git a/addons/base_contact/base_contact_view.xml b/addons/base_contact/base_contact_view.xml index 4a2a1c1377f..f8b50233877 100644 --- a/addons/base_contact/base_contact_view.xml +++ b/addons/base_contact/base_contact_view.xml @@ -65,7 +65,7 @@ - + @@ -90,7 +90,7 @@ - + @@ -108,7 +108,7 @@ - + Contacts res.partner.contact @@ -117,8 +117,8 @@ - - + + @@ -141,7 +141,7 @@ - + @@ -159,17 +159,17 @@
- + - + - + @@ -188,8 +188,8 @@ - - + + res.partner.form @@ -341,7 +341,7 @@ - + res.partner.address.select res.partner.address @@ -353,7 +353,7 @@ - + res.partner.job.tree @@ -408,11 +408,11 @@ res.partner.job form - + + + + + - + diff --git a/addons/base_contact/process/base_contact_process.xml b/addons/base_contact/process/base_contact_process.xml index 650b832ac4a..f8d28ab8e93 100755 --- a/addons/base_contact/process/base_contact_process.xml +++ b/addons/base_contact/process/base_contact_process.xml @@ -5,13 +5,13 @@ - + - + @@ -37,7 +37,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -86,6 +86,6 @@ - + \ No newline at end of file diff --git a/addons/base_report_creator/base_report_creator_view.xml b/addons/base_report_creator/base_report_creator_view.xml index 1a1a8c17482..8444193b238 100644 --- a/addons/base_report_creator/base_report_creator_view.xml +++ b/addons/base_report_creator/base_report_creator_view.xml @@ -14,7 +14,7 @@ - + base_report_creator.report.tree base_report_creator.report @@ -104,9 +104,12 @@ form tree,form - + @@ -123,9 +126,9 @@ base_report_creator.report tree - - - + + board.note.tree board.note @@ -34,13 +34,8 @@ form,tree - - - board.board.tree board.board @@ -90,11 +85,14 @@ name="Configuration" parent="board.dashboard_menu" groups="base.group_system" - sequence="0"/> + sequence="3"/> + diff --git a/addons/board_account/board_account_view.xml b/addons/board_account/board_account_view.xml index 95d2db5a789..2c03279ef97 100644 --- a/addons/board_account/board_account_view.xml +++ b/addons/board_account/board_account_view.xml @@ -1,18 +1,18 @@ - + Accountants - + Costs to invoice report.account.analytic.line.to.invoice form graph,tree - + Receivable Accounts report.account.receivable @@ -27,10 +27,10 @@ graph,tree [('type','=','income')] - - + + - + board.account.form board.board @@ -38,31 +38,31 @@ - + - + - + - + - +