Questions tagged [openerp-7]

OpenERP is an open-source enterprise resource planning (ERP) software actively programmed, supported, and organized by OpenERP S.A. OpenERP is an open source alternative to SAP ERP, Oracle E-Business Suite, Microsoft Dynamics, Netsuite, Adempiere, Compiere, OFBiz, Openbravo, and other enterprise resource planning software.

Web Application Architecture:

The most recent versions of OpenERP (including version 7) are mostly implemented as a web application. OpenERP includes an application server/web server (known as the OpenERP Server) that focuses on ERP business logic, stores data through an interface with a database, and web client for web browsers access. The server and business logic portion of OpenERP is primarily written in the Python programming language. The web client is primarily written in JavaScript.

Modules:

Business features are organized into modules. A module is a folder with a predefined structure containing Python code and XML files. A module defines data structure, forms, reports, menus, procedures, work-flows, etc. Modules can also contain web components written in JavaScript.

Database:

OpenERP uses PostgreSQL as database management system.

OpenERP Apps:

OpenERP S.A. provides a web site referencing the officially supported modules as well as contribution modules. Contribution modules can be referenced for free as long as they respect some submission rules. As of November 2012, the number of OpenERP apps reached more than 2500.

Development environment:

Module development mainly relies around editing Python and XML files.

879 questions
-1
votes
1 answer

Value of custom field in sale.config.settings is not displayed in sales settings view

I try to add a new configuration field for sales configuration settings by inheriting the standard sales settings view/model using a custom module. Creating the field in the model works fine and a value entered in the view is also successfully…
KlausDH
  • 25
  • 5
-1
votes
3 answers

How to upgrade one custom module from open erp 7.0 to ODOO 8.0?

I would like to update My Custom module which was already installed and written in OpenErp v7.0. But i want to migrate to ODOO v8.0. Can anybody please help me with this problem. what is the exact process to upgrade codes and all? Thanks, Chandu
Chandu
  • 2,053
  • 3
  • 25
  • 39
-1
votes
2 answers

How to find action ids of menu items in odoo?

I just want to customize Accounting module so I wanna adopt some menus from there. So how can I find action ids for that particular menu item? what is the easiest way?
Chandu
  • 2,053
  • 3
  • 25
  • 39
-1
votes
1 answer

OpenERP v7: Need to show only journals that are not in the same period

So I have made some invoices in which the "invoice date" does not match the "accounting period". In a journal you have option to check the dates but that isn't right now important. What I need to do is a tree view which shows entries that accounting…
Darkimat
  • 11
  • 1
-1
votes
1 answer

Status of invoice in partner ledger report

I want to add status(open, paid,draft) of customer invoice in partner ledger report for each invoice. I am try to add the status of customer invoice in partner ledger report in odoo 8. This is the template where i am going to inherit:
user4815100
-1
votes
1 answer

Moodle integration with website with the use of web services

I already installed Moodle on Ubuntu with the use of database phpMyAdmin. I just want to integrate a new website with Moodle with the use of web services in Moodle. But the problem is that I searched on YouTube about web services but they show…
-1
votes
1 answer

Restrict OpenERP rules for employees

Can I add a record rule that restrict write access for employees so he can modify only his information? I test this but it is not working: In Access Control list I add the write access to the Employee object. */Add a new rule to the Employee object…
wassim
  • 9
  • 4
-1
votes
1 answer

Connect openerp 7 with a website

I would like to know how to display all products available (from openERP 7) to a website. Potential customers should be able to browse, select and get a quotation. Thanks a lot for any idea.
1fuyouinfinite
  • 1
  • 1
  • 1
  • 14
-1
votes
1 answer

AttributeError: 'Field parent_id not found in browse_record(hr.employee, 6)

I cant access employee table ie hr_employee table fields from my new module. It shows error as AttributeError: 'Field parent_id not found in browse_record(hr.employee, 6) Any one please help!!! Anu
anu
  • 1
  • 2
-1
votes
1 answer

Action ID in OpenERP

I am creating a button in openerp that will open the window to enter a product. I have created the button from the debug view the action needed for the button is "product" but I have to write the ID of this action which i am not able to find. Can…
-1
votes
1 answer

Openerp - How can i call a function to run every time a specific view is called?

I'm working with the module products and stock of openerp. I have to update the products with an external database every time i enter a section that works with them. Currently i have a button to update, so the function is ready, i just need to find…
uannaff
  • 71
  • 1
  • 6
-1
votes
1 answer

Why some addons are loaded when server is started in a fresh database?

I created a new database "TEST" and have not installed any additional modules. Then I opened my eclipse in DEBUG mode, and marked breakpoints at __init__.py files on following modules: 1. product 2. project 3. hr 4. account Why does these addons…
atchuthan
  • 181
  • 4
  • 15
-1
votes
1 answer

How to create a new openerp modules

I am new in OpenERP. I need to create a new OpenERP7 Point of Delivery(POD) module. I want to know what are all the possible ways (Either full python code or web services way)? I want to write in webservices + javascript way. So that I can easily…
samaswin
  • 384
  • 1
  • 2
  • 21
-1
votes
2 answers

why OpenErp create some default field in postgresql database tables

Can any one explain me why OpenErp Create some default in posgresql database table while creating a new object in OpneErp module ?? In a email_template module --> email.template object --> create some default field like.. id, create_uid,…
DASADIYA CHAITANYA
  • 2,850
  • 3
  • 18
  • 41
-1
votes
1 answer

How can i delete a customer under sales in openerp

I am a newbie to openerp. I have a customer called 'flipflop' under sales. Related to this customer i have one sale which is in sales order status. When i try to delete this customer i am getting a warning like below, Integrity Error The operation…
Sakeer
  • 1,885
  • 3
  • 24
  • 43
1 2 3
58
59