Why updating module causes product template delete
Hy folks, Each time I load a module, I have this message : `upa_prod openerp.sql_db: bad query: delete from product_template where id IN (2)` `Traceback (most recent call last):` ` File...
View Articlemodify attachment for write and read
I have a problem and is this: I have a field attachment and I want to read for modify the text. Any suggestions ? code: class contract_type(osv.osv): _inherit = 'hr.contract.type' _columns = {...
View ArticleHow to make functional fields with store=false to update on tasks page refresh?
I created a functional field with store=false and added to the tasks view. The field only gets updated after restarting the openerp server, or after updating the task. When I reload the tasks page, the...
View ArticleHow to fix Subdomain & db-filter for multi instance ?
Hello, --db-filter ^%d$ --proxy-mode using I am fulfilling subdomain to database access. This evaluate all subdomain like. demo.xxxx.com, test.xxxx.com.,...... I do not want to evaluate all as openerp...
View ArticleHow can I spread production lots in OpenERP 7?
I'm trying to track the assembly of products, i.e. which components (serial numbers) have been built into a finished product. I found that the product_serial module does a great deal on it. However, I...
View ArticleDomain_force expression with one2many
Hello, My goal is to restrict user to access only Partners, which belong to the same company branch as the user. User is linked to company branches through res_users.company_ids field, Partner is...
View ArticleHow do I account for accrued rent?
A lot of invoices have costs who do not apply to the current period, how do I accrue an Invoice?
View Articlereport stock/ inventory details - similar
I need to create a report that lists the sales transactions (product, quantity, amount, payment type, tax) grouped by stores, by location. I figured that it is similar to report_stock_move.py under the...
View ArticleWhere is the code that redirects to the home page (page after successful...
Where is the code that redirects to a page (page after successful login) of a user after login in OpenERP 7.
View Articlepartner name related problem.
I have created a .csv file and when I import it than it is unable to display the partner name? In my .csv file I have a partner id column and even though I give the value for a specific partner id(as...
View ArticleSales Order not going to "Done" state
Hi All Using V6.1 on windows I have a little problem which I know should be a settings issue. I am unable to get the sales order to change to Done state. I have the invoice and the delivery is in paid...
View ArticleOENERP Magento Connector-No module named connector
Hi, I followed the steps in the guide(no karma:) )but to add branches to the path of addons, it gives the following error: 2013-11-17 10:08:03,258 9922 CRITICAL ? openerp.modules.module: Couldn't load...
View ArticleQuotation report taxe lines
Hello everybody, In quotation report, we want to print tax details just like invoice ? we not found sale order tax lines fields. Thank you in advance.
View ArticleLogin Error after adding a module
Hi, I'm running my first instance of OpenErp V7. After adding Timesheet module I've got error messages so i restarted my instance and postgresql server. Now i'm trying to log in and I get this error...
View ArticleScheduler executing but not calling the intended method
Hello all, I am facing problem with the OpenERP schedulers. The scenario is- **I have some function which should be called once every day. I am calling this function through schedulers.** Now the...
View ArticleNot perceived and uncollected VAT
We are a French society who don't collect and not perceive VAT ("TVA non applicable art-293B du CGI", link below). On our Invoices we need to have: - Same price at duty-free and taxe included - And at...
View ArticleHow to use html in email server action?
Hi friendz, I am in need of `using html tags in the body` of the email for sending notification done through **`Server Action`**. When creating a Server Actions, selecting type="email" provides email,...
View ArticleAn error occurred while handling a json request
Hello, I tried to install a module webkit. The install worked normally (it's not the first time that i used webkit), but when i tried to print the concerned document, i had an error like that "pas de...
View ArticleCounterpart Name in general ledger
Hello, I am using Openerp7 and Openoffice for report modification in General Ledger: Column Name: "Counterpart" which shows the counter entry made by the system and it shows the account code of that...
View ArticleInvoice in a different currency than the Sales Order
Hi All I would like to know hoy to perform the following in OpenERP 7: 1) Create a quotation + sales order in one currency (let's say USD) 2) Invoice the previous sale order in a different currency...
View Article