Merge lp:~openerp-dev/openobject-addons/trunk-lunch-align-pricetags-psa into lp:openobject-addons

Proposed by Paramjit Singh Sahota(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-lunch-align-pricetags-psa
Merge into: lp:openobject-addons
Diff against target: 34 lines (+8/-0)
3 files modified
lunch/lunch.py (+1/-0)
lunch/static/src/css/lunch.css (+4/-0)
lunch/static/src/css/lunch.sass (+3/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-lunch-align-pricetags-psa
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+141072@code.launchpad.net

Description of the change

Hello,

Fixed the issue,

> Price tags should be aligned (https://docs.google.com/open?id=0B7c_6dPUa6bcMHNsVWdrU3BDLW8 )
additionally, the description should be editable for saved products (eg "je crois les doigts": should be able to remove that)

Thankz YoU.
 -PSA

To post a comment you must log in.
8449. By Paramjit Singh Sahota(OpenERP)

[MERGE] Merged lp:openobject-addons.

Unmerged revisions

8449. By Paramjit Singh Sahota(OpenERP)

[MERGE] Merged lp:openobject-addons.

8448. By Paramjit Singh Sahota(OpenERP)

[IMP] Improved code for
Additionally, the description should be editable for saved products (eg 'je crois les doigts': should be able to remove that).

8447. By Paramjit Singh Sahota(OpenERP)

[IMP] Improved css
 Price tags should be aligned (https://docs.google.com/open?id=0B7c_6dPUa6bcMHNsVWdrU3BDLW8)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lunch/lunch.py'
2--- lunch/lunch.py 2012-12-18 13:41:18 +0000
3+++ lunch/lunch.py 2012-12-26 07:45:26 +0000
4@@ -268,6 +268,7 @@
5
6 xml_pref_10 = etree.Element("div")
7 xml_pref_10.set('class','oe_grey')
8+ xml_pref_10.set('contenteditable','true')
9 xml_pref_10.text = escape(pref.note or '')
10 xml_pref_3.append(xml_pref_10)
11
12
13=== modified file 'lunch/static/src/css/lunch.css'
14--- lunch/static/src/css/lunch.css 2012-11-06 17:25:44 +0000
15+++ lunch/static/src/css/lunch.css 2012-12-26 07:45:26 +0000
16@@ -41,3 +41,7 @@
17 .openerp .oe_lunch .oe_group_text_button {
18 margin-bottom: 3px;
19 }
20+.openerp .oe_lunch .oe_lunch_text .oe_tag {
21+ float: right;
22+ margin-right:5px;
23+}
24
25=== modified file 'lunch/static/src/css/lunch.sass'
26--- lunch/static/src/css/lunch.sass 2012-11-06 17:25:44 +0000
27+++ lunch/static/src/css/lunch.sass 2012-12-26 07:45:26 +0000
28@@ -34,3 +34,6 @@
29 border: none
30 .oe_group_text_button
31 margin-bottom: 3px
32+ .oe_lunch_text .oe_tag
33+ float: right
34+ margin-right: 5px

Subscribers

People subscribed via source and target branches

to all changes: