Browse Source

Merge branch '9.0' of https://github.com/beescoop/Obeesdoo into 9.0

pull/14/head
EliseDup 8 years ago
parent
commit
fd8fe8f648
  1. 5
      README.md

5
README.md

@ -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;
```
```
Loading…
Cancel
Save