Browse Source
Merge commit '428b5a87e862d422af23bd418dc92bf7ac082b2d' into
Merge commit '428b5a87e862d422af23bd418dc92bf7ac082b2d' into
9.0-s0023-elise_new # Conflicts: # beesdoo_product/views/beesdoo_product.xmlpull/14/head
EliseDup
8 years ago
6 changed files with 37 additions and 36 deletions
-
5README.md
-
4beesdoo_base/models/partner.py
-
10beesdoo_base/views/partner.xml
-
2beesdoo_base/wizard/member_card.py
-
4beesdoo_base/wizard/views/member_card.xml
-
48beesdoo_product/views/beesdoo_product.xml
@ -1,9 +1,10 @@ |
|||
# Obeesdoo |
|||
|
|||
Specific module for the Beescoop |
|||
|
|||
|
|||
# Migrate barcode |
|||
|
|||
```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; |
|||
update res_partner set eater = 'worker_eater' where barcode is not null; |
|||
``` |
|||
``` |
Write
Preview
Loading…
Cancel
Save
Reference in new issue