Reputation: 3
I am working on openerp7.0. I am stuck up on understanding recurring invoice.
There is an addons called recurring documents in openerp7.0 but I don’t know how to generate periodic invoice for multiple customers using a button?
Upvotes: 0
Views: 1055
Reputation: 11143
Follow this steps for OpenERP v7:
Install this module Recurring Documents
after than you will see the Tools
in main menu and click on that.
Now create a Document Types with Name = Invoice and Object = Invoice and save it.
Move to Recurring Events => Subscriptions and create a record with Source Document => Invoice and beside drop-down gives you list of invoices, so select with you want to create with Interval Unit like you want to create that invoices repeatedly like daily, weekly or monthly and save it.
Click Process button. It will create Cron Job and makes sure Cron Job has Number of Calls -1.
Cron Job will give all details like from now when next document will create.
Upvotes: 1