Browse Source
Merge commit '428b5a87e862d422af23bd418dc92bf7ac082b2d' into 9.0-s010cr-elise_new
Merge commit '428b5a87e862d422af23bd418dc92bf7ac082b2d' into 9.0-s010cr-elise_new
# Conflicts: # beesdoo_base/views/partner.xmlpull/13/head
EliseDup
8 years ago
4 changed files with 61 additions and 5 deletions
-
5README.md
-
4beesdoo_base/models/partner.py
-
55beesdoo_base/views/partner.xml
-
2beesdoo_product/views/beesdoo_product.xml
@ -1,9 +1,10 @@ |
|||||
# Obeesdoo |
# Obeesdoo |
||||
|
|
||||
|
Specific module for the Beescoop |
||||
|
|
||||
|
|
||||
# Migrate barcode |
# Migrate barcode |
||||
|
|
||||
```sql |
```sql |
||||
insert into member_card (active, barcode, partner_id, responsible_id, activation_date) select 't', barcode, id, 1, '2016-01-01' from res_partner where barcode is not null; |
insert into member_card (active, barcode, partner_id, responsible_id, activation_date) select 't', barcode, id, 1, '2016-01-01' from res_partner where barcode is not null; |
||||
update res_partner set eater = 'worker_eater' where barcode is not null; |
update res_partner set eater = 'worker_eater' where barcode is not null; |
||||
``` |
|
||||
|
``` |
Write
Preview
Loading…
Cancel
Save
Reference in new issue