[MOD/REMOVE] modification in picking report, removed files from report_analytic_line...
authorVir (Open ERP) <vir@tinyerp.com>
Wed, 17 Mar 2010 07:30:46 +0000 (13:00 +0530)
committerVir (Open ERP) <vir@tinyerp.com>
Wed, 17 Mar 2010 07:30:46 +0000 (13:00 +0530)
bzr revid: vir@tinyerp.com-20100317073046-0rmtca2oadpo4vf0

addons/project/security/ir.model.access.csv
addons/report_analytic_line/__init__.py [deleted file]
addons/report_analytic_line/__terp__.py [deleted file]
addons/report_analytic_line/security/ir.model.access.csv [deleted file]
addons/report_project/__init__.py [deleted file]
addons/report_project/__terp__.py [deleted file]
addons/report_project/security/ir.model.access.csv [deleted file]
addons/stock/report/report_stock_picking_view.xml
addons/stock/security/ir.model.access.csv

index b5877b6..cab4bd8 100644 (file)
@@ -12,4 +12,6 @@
 "access_config_compute_remaining","project.config.compute.remaining","model_config_compute_remaining","project.group_project_user",1,1,1,1
 "access_config_compute_remaining_manager","project.config.compute.remaining.manager","model_config_compute_remaining","project.group_project_manager",1,1,1,1
 "access_project_message","project.message","model_project_message","project.group_project_user",1,0,0,0
-"access_project_installer","project.installer","model_project_installer","project.group_project_user",1,0,0,0
\ No newline at end of file
+"access_project_installer","project.installer","model_project_installer","project.group_project_user",1,0,0,0
+"access_report_project_task_user","report.project.task.user","model_report_project_task_user","project.group_project_manager",1,0,0,0
+"access_report_project_task","report.project.task","model_report_project_task","project.group_project_manager",1,0,0,0
diff --git a/addons/report_analytic_line/__init__.py b/addons/report_analytic_line/__init__.py
deleted file mode 100644 (file)
index e68279c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#    
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    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 <http://www.gnu.org/licenses/>.     
-#
-##############################################################################
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-
diff --git a/addons/report_analytic_line/__terp__.py b/addons/report_analytic_line/__terp__.py
deleted file mode 100644 (file)
index 28519d4..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#    
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    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 <http://www.gnu.org/licenses/>.     
-#
-##############################################################################
-
-
-{
-    'name': 'Analytic lines - Reporting',
-    'version': '1.0',
-    'category': 'Generic Modules/Accounting',
-    'description': """A report on analytic lines, costs by products, months and accounts.
-    
-
-     ATTENTION:
-        This Module is merged into report_analytic module. so It will be removed in future""",
-
-    'author': 'Tiny',
-    'website': 'http://www.openerp.com',
-    'depends': ['account', 'hr_timesheet_invoice'],
-    'init_xml': [],
-    'update_xml': [],
-    'demo_xml': [],
-    'installable': True,
-    'active': False,
-    'certificate': '0075179053853',
-}
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
diff --git a/addons/report_analytic_line/security/ir.model.access.csv b/addons/report_analytic_line/security/ir.model.access.csv
deleted file mode 100644 (file)
index 7390bda..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
-access_report_account_analytic_line_to_invoice,report.account.analytic.line.to.invoice,model_report_account_analytic_line_to_invoice,account.group_account_manager,1,0,0,0
diff --git a/addons/report_project/__init__.py b/addons/report_project/__init__.py
deleted file mode 100644 (file)
index eced45a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#    
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    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 <http://www.gnu.org/licenses/>.     
-#
-##############################################################################
-
-import report_project
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-
diff --git a/addons/report_project/__terp__.py b/addons/report_project/__terp__.py
deleted file mode 100644 (file)
index 0c55a66..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#    
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    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 <http://www.gnu.org/licenses/>.     
-#
-##############################################################################
-
-
-{
-    'name': 'Project Management - Reporting',
-    'version': '1.0',
-    'category': 'Generic Modules/Sales & Purchases',
-    'description': """A module that adds some reports on projects.
-    Closed Tasks (By User and By Project), Finished Task (By User and By Project)""",
-    'author': 'Tiny',
-    'website': 'http://www.openerp.com',
-    'depends': ['project', 'report_task'],
-    'init_xml': [],
-    'update_xml': ['security/ir.model.access.csv', 'report_project_view.xml'],
-    'demo_xml': [],
-    'installable': True,
-    'active': False,
-    'certificate': '0086804423149',
-}
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
diff --git a/addons/report_project/security/ir.model.access.csv b/addons/report_project/security/ir.model.access.csv
deleted file mode 100644 (file)
index 8222c7c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
-access_report_project_task_user,report.project.task.user,model_report_project_task_user,project.group_project_manager,1,0,0,0
-access_report_project_task,report.project.task,model_report_project_task,project.group_project_manager,1,0,0,0
index 913498f..f2d4bfe 100644 (file)
             <field name="type">tree</field>
             <field name="arch" type="xml">
                <tree string="Picking">
-                                       <field name="name" />
-                                       <field name="month"/>
-                                       <field name="address_id" />
                                        <field name="reference" />
+                                       <field name="address_id" />
                                        <field name="origin" />
                                        <field name="order_date" />
                                        <field name="type" />
@@ -22,6 +20,8 @@
                                        <field name="state" invisible="1"/>
                                        <field name="order_date" invisible="1"/>
                                        <field name="expected_date" invisible="1"/>
+                                       <field name="name" invisible="1"/>
+                                       <field name="month" invisible="1"/>
                                </tree>
             </field>
         </record>
@@ -61,7 +61,8 @@
                                                <filter string="This Month" icon="terp-hr" domain="[('month','=',time.strftime('%%m'))]" default="1"/>
                         <separator orientation="vertical"/>
                                                <filter string="Current" icon="terp-hr" domain="[('state','in',('open','draft'))]"/>
-                                               <filter string="Expected Date" icon="terp-hr" domain="[('expected_date',=,time.strftime('%%m/%%d/%%Y'))]"/>
+                                               <filter string="Order Date" icon="terp-stock" domain="[('order_date',=,time.strftime('%%m/%%d/%%Y'))]"  />
+                                               <filter string="Expected Date" icon="terp-hr" domain="[('expected_date',=,time.strftime('%%m/%%d/%%Y'))]"/>
                                                <separator orientation="vertical"/>
                                                <field name="reference" />
                                                <field name="origin" />
@@ -85,7 +86,6 @@
                    <group expand="1" string="Group By..." colspan="4" col="5">
                         <filter string="Partner" icon="terp-stock" domain="[]" context="{'group_by':'address_id'}"/>
                         <filter string="State" icon="terp-stock" domain="[]" context="{'group_by':'state'}"/>
-                        <filter string="Date" icon="terp-stock" domain="[]"  context="{'group_by':'order_date'}"/>
                         <separator orientation="vertical"/>
                        <filter string="Month" icon="terp-sale" domain="[]" context="{'group_by':'month'}"/>
                        <filter string="Year" icon="terp-sale" domain="[]" context="{'group_by':'name'}"/>
index eea058e..d00a55b 100644 (file)
@@ -22,4 +22,5 @@
 "access_stock_move_consume","stock.move.consume","model_stock_move_consume","stock.group_stock_user",1,0,0,0
 "access_stock_move_scrap","stock.move.scrap","model_stock_move_scrap","stock.group_stock_user",1,0,0,0
 "access_stock_move_split","stock.move.split","model_stock_move_split","stock.group_stock_user",1,0,0,0
-"access_stock_move_split_lines","stock.move.split.lines","model_stock_move_split_lines","stock.group_stock_user",1,0,0,0
\ No newline at end of file
+"access_stock_move_split_lines","stock.move.split.lines","model_stock_move_split_lines","stock.group_stock_user",1,0,0,0
+"access_report_stock_picking","report.stock.picking","model_report_stock_picking","stock.group_stock_user",1,0,0,0