From 428b5a87e862d422af23bd418dc92bf7ac082b2d Mon Sep 17 00:00:00 2001 From: Thibault Francois Date: Tue, 19 Jul 2016 23:29:07 +0200 Subject: [PATCH] [ADD] add info in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9c019b..d28b816 100644 --- a/README.md +++ b/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; -``` \ No newline at end of file +```