Create Field on Table
ALTER TABLE c_order ADD COLUMN tracking_number VARCHAR(32);
Create Record on "Tables and Colums"
- Only Click Create Columns from DB
Add Field to "Windows, Tabs and Fields
- Only Click Create Fields
After you do this you need to restart openbravo
sudo /etc/init.d/openbravo stop