Pinakin Nayi (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-addons-issues3-base-pos_imp-pna into
lp:~openerp-dev/openobject-addons/trunk-addons-issues3-base.
Requested reviews:
Priyesh (OpenERP) (pso-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues3-base-pos_imp-pna/+merge/117654
Hello,
I Improved POS module demo data and solve integrity error when install pos
module without demo data.
Thanks,
pna
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons-issues3-base-pos_imp-pna/+merge/117654
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-addons-issues3-base.
=== modified file 'account_anglo_saxon/__openerp__.py'
--- account_anglo_saxon/__openerp__.py 2012-07-25 14:30:07 +0000
+++ account_anglo_saxon/__openerp__.py 2012-08-01 13:23:33 +0000
@@ -22,7 +22,7 @@
"name": "Anglo-Saxon Accounting",
"version": "1.2",
"author": "OpenERP SA, Veritos",
- "website": "http://tinyerp.com - http://veritos.nl",
+ "website": "http://openerp.com - http://veritos.nl",
"description": """
This module supports the Anglo-Saxon accounting methodology by changing the accounting logic with stock transactions.
=====================================================================================================================
=== modified file 'account_voucher/__openerp__.py'
--- account_voucher/__openerp__.py 2012-07-30 13:28:40 +0000
+++ account_voucher/__openerp__.py 2012-08-01 13:23:33 +0000
@@ -35,7 +35,7 @@
""",
"category": 'Accounting & Finance',
"sequence": 4,
- "website" : "http://tinyerp.com",
+ "website" : "http://openerp.com",
"images" : ["images/customer_payment.jpeg","images/journal_voucher.jpeg","images/sales_receipt.jpeg","images/supplier_voucher.jpeg"],
"depends" : ["account"],
"init_xml" : [
=== modified file 'point_of_sale/point_of_sale_data.xml'
--- point_of_sale/point_of_sale_data.xml 2012-07-25 11:29:00 +0000
+++ point_of_sale/point_of_sale_data.xml 2012-08-01 13:23:33 +0000
@@ -1,11 +1,5 @@
<?xml version="1.0" ?>
<openerp>
- <data>
- <record model="pos.config" id="pos_config_main">
- <field name="name">Main PoS</field>
- </record>
- </data>
-
<data noupdate="1">
<!-- notify all employees of module installation -->
<function model="mail.group" name="message_append_note">
=== modified file 'point_of_sale/point_of_sale_demo.xml'
--- point_of_sale/point_of_sale_demo.xml 2012-07-16 14:11:04 +0000
+++ point_of_sale/point_of_sale_demo.xml 2012-08-01 13:23:33 +0000
@@ -8,6 +8,12 @@
<field eval="True" name="journal_user"/>
</record>
+ <!-- Resource: pos.config -->
+
+ <record model="pos.config" id="pos_config_main">
+ <field name="name">Main PoS</field>
+ </record>
+
<!-- Resource: pos.category -->
<record id="beverage" model="pos.category">
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp