I am new to OpenERP. I am using the Medical module. When registering a patient, accounts receivable and accounts payable are required fields. I have to tried to make them not to be required but openERP won't let me. The message I get tells me that I have to do so codewise from a custom stuff. What I want to do now is to set default values for them so that I don't have to be filling it each time I create a patient.

Please how do I achieve this?

link|improve this question

69% accept rate
It seems you have created database without demo data. Is it? – Yajushi Nov 22 '11 at 9:12
Yes I created a database without demo data. I want to configure everything myself. It's part of my learning process – yankitwizzy Nov 25 '11 at 8:05
feedback

2 Answers

up vote 1 down vote accepted

I suspect you need to configure your default accounting properties. From the OpenERP Tutorial:

You now define some default properties, so that you do not have to think about which account is used for which transaction every time you do something. The main new properties are the four that associate accounts payable and receivable to partners, and expenses and income to product categories.

link|improve this answer
feedback

You need to create demo/default ir.property model records for payable and receivable type of account.

for reference, search for "Properties" in account/demo/account_minimal.xml file.

link|improve this answer
Doing it from xml. That's cool – yankitwizzy Nov 25 '11 at 8:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.